home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exame Informatica 139
/
Exame Informatica 139.iso
/
Revista
/
Flash
/
Uniform Server
/
diskw
/
plugins
/
Services
/
files
/
Uninstall.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
2004-08-25
|
288 b
|
10 lines
@echo off
echo
net stop MySQL
net stop Apache2
usr\local\apache2\bin\Apache.exe -k uninstall -n "Apache2"
echo Uninstalling MySQL Service ...
usr\local\mysql\bin\mysqld-opt.exe --remove
del C:\my.cnf
echo Now you can copy important data and delete the server root directory
pause